/*********** ALL *************/

html{

	}

body{ 
	margin:0px auto; 
	padding:0px;  
	overflow-x: hidden;
	font-family:'微软雅黑';
	}

.w1002{ 
	width:1002px; 
	margin:0px auto;
	}
	
.w1200{ 
	width:1200px; 
	margin:0px auto;
	}
.head-video{
    top: 0;
}
.head-img{
    margin-top: 104px;
}
ul{
	list-style-type:none;
	}
	
li{ 
	list-style:none;
	}

a{
	transition:all 0.3s linear 0s;
	text-decoration:none;
	cursor:pointer;
	border:none;
	}
	
p{
	margin:0px auto;
	}
	
img{
	border:none;
	}	
	
	
.left{
	width: 240px;
    float: left;
	}

.right{
    width: 915px;
    float: right;
	}

.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;left:50%;}
.hidden{display:none;}

/*********** ALL *************/








/*********** HEADER *************/

#join_box{
    width: 100%;
	height:24px;
	background:url(../img/join_t_img.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: fixed;
    z-index: 999999;
	}

#logo{
	width: 100%;
    height: 80px;
    position: fixed;
    z-index: 999999;
    top:24px;
	}

#logo_l{
	width:200px;
	float:left;
	}

#logo_l img{
	display: block;
    margin-top: 15px;
	}

#logo_r{
    width: 960px;
    float: right;
	}

#logo_r a{
	display: block;
    float: left;
    width: 80px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    /* border-bottom: 2px #fff solid; */
    font-size: 15px;
    color: #fff;
    /* border-right: 1px #000 solid; */
    margin-left: 40px;
	text-decoration: none;
	}
	
#logo_r a:hover{
	background:#84171c;
	color:#FFF;
	}
	
#logo_r a:focus{
	background:#84171c;
	color:#FFF;
	}
	
#rmss{
	width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 13px;
    color: #000000;
    background: #fafafa;
	}

#rmss span{
	display: block;
    float: left;
    width: 150px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #84171c;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 7px;
	}

#cpss{
	width:100%;
	height:50px;
	}
	
.cpss_box{
	width: 505px;
    height: 40px;
    line-height: 40px;
    float: left;
    background: #FFF;
    margin-top: 7px;
	}
	
.kuang1{
    border: 0px;
    height: 38px;
    line-height: 38px;
    float: left;
    letter-spacing: 1px;
    text-indent: 15px;
    font-size: 13px;
    width: 450px;
    color: #d1cece;
	}

.ann{
	width: 50px;
    height: 39px;
    background: url(../img/ann_bg.jpg) no-repeat;
    border: 0px;
    cursor: pointer;
    float: right;
	}

/*********** HEADER *************/








/*********** FOOTER *************/

.footer{
	clear: both;
    height: 370px;
    text-align: center;
    font-size: 12px;
	background:url(../img/foot_bg.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}

#foot_nav{
    width: 100%;
    height: 80px;
    line-height: 80px;
	}

#foot_nav a{
    font-size: 15px;
    color: #fff;
    margin: 0px 35px;
	}

#foot_c{
    width: 100%;
    height: 220px;
    padding-top: 15px;
	}

#foot_c_l{
	width: 300px;
    float: left;
    text-align: left;
	}
	
#foot_c_l img{
	display: block;
    margin-top: 50px;
	}

#foot_c_c1{
    width: 250px;
    float: left;
    text-align: left;
    font-size: 12px;
    color: #FFF;
    line-height: 30px;
    margin-left: 30px;
	}

#foot_c_c2{
    width: 260px;
    float: left;
    margin-left: 55px;
    text-align: left;
    font-size: 12px;
    color: #FFF;
    line-height: 30px;
	}

.foot_sp{
	display: block;
    font-size: 17px;
    letter-spacing: 1px;
    border-bottom: 1px #FFF solid;
    width: 75px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
	}

#foot_c_r{
    width: 250px;
    float: right;
	}

#foot_c_r span{
	display: block;
    float: left;
    width: 101px;
    text-align: center;
    color: #FFF;
    line-height: 30px;
    margin-left: 24px;
    padding-top: 30px;
	}
	
#foot_c_r span img{
	display: block;
    width: 101px;
    height: 101px;
	}
	
#foot_icp{
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-top: 1px #c94b4d solid;
    font-size: 12px;
    color: #FFF;
	}

#foot_icp a{
	color: #FFF;
	}

/*********** FOOTER *************/








/*********** INDEX MAIN *************/

.main_i{
	overflow:hidden;
	margin-top:50px;
	}

.index_title{
    width: 665px;
    text-align: center;
    height: 85px;
    background: url(../img/index_title_bg.png) no-repeat;
    margin: 0px auto;
    font-size: 16px;
    color: #010000;
    letter-spacing: 2px;
    line-height: 36px;
	}

.index_title span{
	display: block;
    font-size: 36px;
    color: #a70609;
    font-family: '方正书宋简体';
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 40px;
    padding-top: 10px;
	}





#index1{
	width: 100%;
    height: 735px;
	}

#index1_c{
    width: 100%;
    height: 620px;
    margin-top: 25px;
	overflow:hidden;
	}
	
#index1_l{
	width:585px;
	float:left;
	}
	
#index1_l_t{
    width: 100%;
    height: 360px;
    overflow: hidden;
	}

#photo {
	width: 2340px;
	animation: switch 8s ease-out infinite;
	}
	
#photo a{
	display:block;
	width: 585px;
    height: 360px;
	float:left;
	/*animation: switch 8s ease-out infinite;*/
	}
 
#photo > a > img {
	float: left;
    width: 585px;
    height: 310px;
    object-fit: cover;
	}
	
#photo a span{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 9999;
    background:#000;
	text-indent:25px;
    margin-top: 310px;
    color: #FFF;
	}
 
@keyframes switch {
	0%, 20% {
		margin-left: 0;
	}
	
	30%, 50% {
		margin-left: -585px;
	}
	
	60%, 80% {
		margin-left: -1170px;
	}

	90%, 100% {
		margin-left: -1755px;
	}
}

#index1_l_b{
	width: 100%;
    height: 210px;
    margin-top: 35px;
	}

#index1_l_b a{
	display: block;
    float: left;
    width: 285px;
    text-align: center;
    height: 210px;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 45px;
	}
	
#index1_l_b a img{
	display: block;
    width: 285px;
    height: 175px;
    object-fit: cover;
	}

#index1_r{
	width:575px;
	float:right;
	}
	
.news_box{
    border: 1px #FFF solid;
    width: 523px;
    height: 118px;
    padding: 10px 25px;
    border-bottom: 1px #d6d6d6 solid;
    margin-bottom: 13px;
	}
	
.news_box:hover{
	border:1px #84171c solid;
	}

.news_box_t{
    font-size: 13px;
    color: #7a7979;
    line-height: 24px;
	}

.news_box_t span{
    display: block;
    font-size: 18px;
    color: #030000;
    margin-bottom: 10px;
    padding-top: 3px;
	}
	
.news_box_a{
    display: block;
    width: 85px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    background: #84171c;
    float: right;
    font-size: 12px;
    color: #FFF;
    border-radius: 15px;
    margin-top: -20px;
	}
	
	
	
	
	
#index2{
	width:100%;
	height:650px;
	background:url(../img/index2_bg.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	margin-top:50px;
	}
	
#index2_l{
    width: 575px;
    float: left;
    font-size: 15px;
    color: #000204;
    line-height: 34px;
	}
	
#index2_l_t{
    font-size: 30px;
    color: #5a0f14;
    font-family: '方正书宋简体';
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 45px;
    height: 290px;
	}

#index2_l_t span{
	display: block;
    font-size: 36px;
    color: #c11d24;
    padding-top: 100px;
    padding-bottom: 90px;
	}
	
#index2_l a{
	display: block;
    width: 180px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #84171c;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 4px;
	margin-top: 30px;
	}
	
#index2_r{
	width: 590px;
    float: right;
    padding-top: 105px;
	}
	
#index2_r a{
    display: block;
    width: 270px;
    float: right;
    height: 210px;
    margin-left: 25px;
    margin-bottom: 25px;
	}

#index2_r a img{
    display: block;
    width: 270px;
    height: 210px;
    object-fit: cover;
	}

#index2_r a div{
    width: 270px;
    height: 210px;
    text-align: center;
    font-size: 18px;
    font-family: '方正书宋简体';
    font-weight: bold;
    line-height: 45px;
    background: url(../img/index2_img_on.png) no-repeat;
    position: relative;
    z-index: 99999;
    margin-top: -210px;
    color: #FFF;
    letter-spacing: 2px;
	}

#index2_r a div span{
    display: block;
    font-size: 32px;
    padding-top: 50px;
    padding-bottom: 10px;
	}
	
#index2_r a div:hover{
	cursor:pointer;
	background:url(../img/index2_img_on2.png) no-repeat;
	}
	
	
	
	
	
#index3{
    width: 100%;
    height: 535px;
    margin-top: 50px;
	}
	
#index3_c{
    width: 100%;
    height: 425px;
    margin-top: 25px;
	}

#index3_c a{
    display: block;
    float: left;
    width: 280px;
    height: 425px;
    margin: 0px 10px;
    overflow: hidden;
	}

#index3_c a img{
    display: block;
    width: 280px;
    height: 425px;
    object-fit: cover;
	}

#index3_c a span{
    display: block;
    width: 155px;
    height: 345px;
    writing-mode: vertical-lr;
    background: url(../img/index3_img_on.jpg) no-repeat;
    font-size: 20px;
    color: #FFF;
    letter-spacing: 10px;
    padding-left: 125px;
    padding-top: 80px;
    overflow: hidden;
	}
	
#index3_c a:hover > span{
	z-index:9999;
	position:relative;
	margin-top:-425px;
	transition:all 0.4s linear 0s;
	}
	
	
	


#index4{
	width:100%;
	height:745px;
	background:url(../img/index4_bg.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	margin-top:50px;
	}
	
#index4_t{
    width: 100%;
    height: 40px;
    padding-top: 100px;
	}

#index4_t_l{
	width: 170px;
    float: left;
    font-size: 36px;
    color: #c11d24;
    font-family: '方正书宋简体';
    font-weight: bold;
    letter-spacing: 4px;
	}

#index4_t_r{
	width:670px;
	float:right;
	}

#index4_t_r a{
    display: block;
    float: left;
    width: 152px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: url(../img/icon_pro.png) no-repeat;
    font-size: 14px;
    color: #010000;
    margin-left: 15px;
	}
	
#index4_t_r a:hover{
	background:url(../img/icon_pro_on.png) no-repeat;
	color:#FFF;
	}
	
.pro_show{
	width: 1200px;
    height: 530px;
    /*background: #123369; */
	}
	
.pro_show_l{
    width: 600px;
    height: 470px;
    /*background: #458693;*/
    float: left;
    font-size: 14px;
    color: #040000;
    line-height: 30px;
    text-align: left;
	}
	
.pro_show_l_t{
    text-align: center;
    font-size: 16px;
    color: #694321;
    letter-spacing: 1px;
    line-height: 40px;
    height: 100px;
    margin-bottom: 10px;
    padding-top: 50px;
	}

.pro_show_l_t span{
    display: block;
    font-size: 38px;
    color: #5d3817;
    font-family: '方正书宋简体';
    font-weight: bold;
    line-height: 60px;
	}
	
.pro_show_l a{
    display: block;
    width: 31px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    background: #84171c;
    color: #fff;
    border-radius: 501%;
    font-size: 34px;
    margin: 0px auto;
    margin-top: 60px;
	}
	
.pro_show_r{
	width: 570px;
    height: 470px;
   /* background: #965841;*/
    float: right;
	}
	
.pro_show_r img{
	display:block;
	margin:0px auto;
	}
	
.example {
	width: 100%;
    height: 530px;
    font-size: 40px;
    text-align: center;
    margin: 0px auto; 
    /*background-color: #464576;*/
	}
.carousel-item{
	}
	
.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	/*width: 100%;*/
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: #b7b7b7;
    margin: 0 10px;
    /* border-radius: 50%; */
    cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #84171c;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	/*background: url(../img/prev.png) no-repeat;*/
}

.ft-carousel .carousel-next-btn {
	right: 0;
	/*background: url(../img/next.png) no-repeat;*/
}

#index4_c{
	width: 100%;
    height: 530px;
    margin-top: 45px;
	}


/*********** INDEX MAIN *************/








/*********** 内页 *************/

.main{
	overflow: hidden;
    padding-top: 60px;
    padding-bottom: 70px;
    width: 100%;
    background: url(../img/main_bg.jpg) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: -5px;
	}
	
.title{
	margin: 0px;
    padding: 0px 25px;
    height: 85px;
    line-height: 50px;
    background: url(../img/title_bg.png) repeat-x;
    margin-bottom: 20px;
    font-size: 23px;
    color: #000;
    letter-spacing: 2px;
	}
	
.weizhi{
	display: block;
    float: right;
    font-size: 12px;
    color: #6e6e6e;
    line-height: 60px;
	}
	
.weizhi a{
	color: #6e6e6e;
	}
	
.article p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}
	
.lx_div{
	width: 100%;
    height: 160px;
	}
	
.lx_box{
	font-size: 14px;
    color: #040000;
    line-height: 42px;
    float: left;
    width: 280px;
    padding-left: 25px;
	}

.lx_box span{
	display: block;
    font-size: 15px;
    font-weight: bold;
	}

#allmap p{line-height:26px;margin:10px; font-size:12px;}

.zj_a{
	width: 273px;
    height: 240px;
    float: left;
    display: block;
    border: 1px #ccc dashed;
    padding: 5px;
    text-align: center;
    line-height: 26px;
    color: #282828;
    font-size: 12px;
    font-family: '微软雅黑';
    margin: 15px 10px;
    overflow: hidden;
	}
	
.zj_a img{
	display:block;
    width: 273px;
    height: 205px;
    object-fit: cover;
	}
	
.zj_a:hover{
	background:#aa0000;
	color:#FFF;
	border:1px #FFF dashed;
	}	




	
/* 工业旅游单页 */

.gyly_title{
	width: 100%;
    height: 30px;
	line-height:30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #898787;
    letter-spacing: 2px;
	}

.gyly_title img{
    display: block;
    float: left;
    margin-top: 5px;
	}

.gyly_title span{
	display: block;
    float: left;
    font-size: 24px;
    color: #040000;
    margin: 0px 10px;
	}

#jqdl{
	width: 100%;
    height: 1150px;
    margin-top: 40px;
	}

#jqdl_c{
    width: 100%;
    height: 1070px;
    margin-top: 30px;
	}

/*Banner*/

.hd { position:absolute; left:0; bottom:20px; width:100%; height:12px; z-index:4; }
.hd ul { width:1000px; height:6px; margin:0 auto; text-align:center;}
.hd ul li { display:inline-block; *display:inline; zoom:1; width:6px; height:6px; margin:0 4px; border-radius:6px; background:#fff; line-height:999px; overflow:hidden; cursor:pointer; vertical-align:top;}
.hd ul .on {background:#e0bf60;width:36px;}
.prev, .next{
	width: 50px;
    height: 45px;
    display: block;
    position: absolute;
    /* top: 50%; */
    margin-top: 290px;
    cursor: pointer;
    z-index: 999;
    /* background: rgba(0,0,0,0.5);*/
	}
	
.prev{background:url(../img/prev.png);}

.next{
	background: url(../img/next.png);
    margin-left: 1150px;
	}
	
.lb-loader, .lightbox {
	text-align: center;
	line-height: 0
}
body:after {
	content: url(../img/close.png) url(loading.gif) url(../img/prev.png) url(../img/next.png);
	display: none
}
.lb-dataContainer:after, .lb-outerContainer:after {
	content: "";
	clear: both
}
.lb-disable-scrolling {
	overflow: hidden
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	font-weight: 400
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	border: 4px solid #fff
}
.lightbox a img {
	border: none
}
.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff
}
.lb-loader, .lb-nav {
	position: absolute;
	left: 0
}
.lb-outerContainer:after {
	display: table
}
.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(loading.gif) no-repeat
}
.lb-nav {
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}
.lb-container>.nav {
	left: 0
}
.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}
.lb-next, .lb-prev {
	height: 100%;
	cursor: pointer;
	display: block
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../img/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}
.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../img/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}
.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.lb-dataContainer:after {
	display: table
}
.lb-data {
	padding: 0 4px;
	color: #ccc
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}
.lb-data .lb-caption a {
	color: #4ae
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999;
	display:none !important;
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../img/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1
}


.m{
	width: 100%;
    text-align: center;
    font-size: 18px;
    color: #040000;
    letter-spacing: 4px;
    line-height: 30px;
    height: 65px;
    padding-top: 25px;
	}
	
.m span{
    display: block;
    font-size: 12px;
    color: #040000;
	}


#jqjs{
    width: 100%;
    height: 440px;
    margin-top: 40px;
	}

#jqjs_c{
    width: 100%;
    height: 380px;
    overflow: hidden;
    margin-top: 30px;
	}

.al_a{
    display: block;
    float: left;
    width: 380px;
    height: 370px;
    margin-right: 30px;
    font-size: 20px;
    color: #040000;
    line-height: 65px;
	}

.al_a img{
    display: block;
    width: 380px;
    height: 310px;
    object-fit: cover;
	}


#sjmy{
	width: 100%;
    height: 455px;
    margin-top: 45px;
	}

#sjmy_c{
    width: 100%;
    height: 390px;
    margin-top: 35px;
	}

#sjmy_c a{	
	display:block;
	float:left;
	width:515px;
	height:390px;
	}

#sjmy_c a img{
	display: block;
    width: 515px;
    height: 390px;
    object-fit: cover;
	}
	
#sjmy_c img{
    display: block;
    float: right;
    width: 685px;
    height: 390px;
    object-fit: cover;
	}
	
#gptd{
	width: 100%;
    height: 350px;
    margin-top: 60px;
	}
#gptd_c{
    display:flex;
    padding: 30px 0;
    justify-content:space-around;
    
}
#gptd_c>span{
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex:1;
    
}
.gyly_pro{
    padding: 0px;
    margin: 0px;
	}

.gyly_pro a{
	display: block;
    float: left;
    width: 290px;
    height: 285px;
    margin: 0px 7px;
    margin-bottom: 20px;
    overflow: hidden;
	}

.li-img{
	width: 100%;
    height: 285px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    line-height: 40px;
	}

.li-img img{
    display: block;
    width: 290px;
    height: 250px;
    object-fit: cover;
	}
	
.li-img-des{
	width: 220px;
    height: 200px;
    text-align: center;
    background: url(../img/li-img-des_on.png) no-repeat;
    padding: 25px 35px;
    font-size: 12px;
    color: #FFF;
    line-height: 26px;
	}

.li-img-des span{
	display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
	}
	
.gyly_pro a:hover > .li-img-des{
	position:relative;
	z-index:9999;
	margin-top:-285px;
	transition:all 0.4s linear 0s;
	}
	
/* 工业旅游单页 */





/* 品牌之旅单页 */	

.brand_content {
	margin-top:30px;
}
.brand_content h3{
	text-align:center;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}
.brand_content p{

}
.brand_img {
	text-align: center;
	margin:40px 0;
}
#brand {
	position: relative;
	border: 4px solid #FFF;
	overflow: hidden;
}


#brand .imgs img {
	display: none;
	width: 100%;
}

#brand .control {
	position: absolute;
	width: 100%;
	height: 100%;
}

#brand .control a {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	background: #b8210e;
	color: #FFF;
	display: block;
	text-align: center;
	line-height: 3rem;
	font-size: 24px;
	top: 50%;
	margin-top: -1.5rem;
}

#brand .control a:hover {
	background: #d73d28;
	text-decoration: none;
}

#brand .control a.c_left {
	position: absolute;
	left: 10px;
}

#brand .control a.c_right {
	position: absolute;
	right: 10px;
}

#brand_content .brand_content {
	display: none;
}

#brand_content span{
	display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
	}

#xs_menu {
	background: #dddddd;
}

#xs_menu a {
	display: block;
	line-height:2.5rem;
	 padding:0.5rem 1rem;
}

#xs_menu a:hover {
	background:#999;
}
#xs_menu a.active {
	background: #b8210e;
	color: #FFF;
}

/* 品牌之旅单页 */	
	






/*********** 内页 *************/








/*********** SIDEBAR *************/

.sidebar_t{}

.sidebar_title{
	width:100%;
	height:58px;
	background:url(../img/sidebar_title_bg.jpg) no-repeat;
	text-align:center;
	line-height:58px;
	font-size:22px;
	color:#FFF;
	}

.sidebar_t_c{
    border: 1px #cdccca solid;
    border-top: 0px;
    padding: 10px;
	}
	
.sidebar_t_c1{
	width: 220px;
    height: 140px;
    overflow: hidden;
	}
	
#photo2 {
	width: 880px;
	animation: switch 8s ease-out infinite;
	}
	
#photo2 a{
	display:block;
	width: 220px;
    height: 140px;
	float:left;
	}
 
#photo2 > a > img {
	float: left;
    width: 220px;
    height: 115px;
    object-fit: cover;
	}
	
#photo2 a span{
	display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    position: relative;
    z-index: 9999;
    background: #000;
    text-indent: 5px;
    margin-top: 115px;
    color: #FFF;
    font-size: 12px;
    /* text-align: center;*/
	}
 
/*@keyframes switch {
	0%, 20% {
		margin-left: 0;
	}
	
	30%, 50% {
		margin-left: -220px;
	}
	
	60%, 80% {
		margin-left: -440px;
	}

	90%, 100% {
		margin-left: -660px;
	}
}
*/
.sidebar_t_c2{
    margin-top: 10px;
	}

.sidebar_t_c2 a{
	display: block;
    font-size: 12px;
    color: #040000;
    height: 35px;
    line-height: 35px;
	}


.sidebar_nav{
	width: 100%;
	}

.sidebar_nav_title{
    width: 100%;
    text-align: center;
    height: 120px;
    background: url(../img/sidebar_nav_title_bg.jpg) no-repeat;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 40px;
	}

.sidebar_nav_title span{
    display: block;
    font-size: 22px;
    border-bottom: 1px #fff solid;
    width: 100px;
    text-align: center;
    margin: 0px auto;
    padding-top: 20px;
	}

.sidebar_nav_c{
    border: 1px #cdccca solid;
    border-top: 0px;
    padding: 10px 0px;
	}
	
.sidebar_nav_c a{
    display: block;
    height: 44px;
    line-height: 34px;
    border-bottom: 1px #cdccca solid;
    padding-top: 5px;
	text-decoration: none !important;
	}
	
.sidebar_nav_c a span{
	display: block;
    width: 152px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #010000;
    margin: 0px auto;
	}
	
.sidebar_nav_c a:hover > span{
	background: url(../img/icon_pro_on.png) no-repeat;
	color:#FFF;
	text-decoration: none !important;
	}

.sidebar_b{
    width: 100%;
    height: 210px;
    margin-top: 30px;
	}

.slide {
    position: relative;
    margin: auto;
    width: 240px;
    height: 210px;
    text-align: center;
    font-family: Arial;
    color: #FFF;
    overflow: hidden;
	}

.slide ul {
	margin: 0px;
    padding: 0;
    width: calc(240px * 5);
    transition: all 0.5s;
	}

.slide li {
	float: left;
    width: 240px;
    height: 210px;
    list-style: none;
    line-height: 200px;
    font-size: 36px;
	}
	
.slide li img{
	width: 240px;
    height: 210px;
    /* object-fit: cover;*/
	}

.slide li:nth-child(1) {
	}

.slide li:nth-child(2) {
	}

.slide li:nth-child(3) {
	}

.slide input[name="sildeInput"] {
	display: none;
	}

.slide label[for^="sildeInput"] {
	position: absolute;
    top: 190px;
    width: 25px;
    height: 20px;
    margin: 0 15px;
    line-height: 20px;
    color: #000;
    background: #fff;
    cursor: pointer;
    /* border-radius: 50%; */
    font-size: 12px;
	}

.slide label[for="sildeInput1"] {
  right: 60px;
}

.slide label[for="sildeInput2"] {
  right: 30px;
}

.slide label[for="sildeInput3"] {
  right: 0px;
}


#sildeInput1:checked~ul {
  margin-left: 0;
}

#sildeInput2:checked~ul {
  margin-left: -240px;
}

#sildeInput3:checked~ul {
  margin-left: -480px;
}

#sildeInput1:checked~label[for="sildeInput1"] {
    color: #fff;
    background: #c40a2f;
}

#sildeInput2:checked~label[for="sildeInput2"] {
    color: #fff;
    background: #c40a2f;
}

#sildeInput3:checked~label[for="sildeInput3"] {
    color: #fff;
    background: #c40a2f;
}



/*********** SIDEBAR *************/

.page{
	margin: 20px 0px;
    text-align: right;
    font-size: 12px;
	}

.page a{
	display: inline-block;
    height: 18px;
    line-height: 18px;
    border: 1px solid #aa0000;
    padding: 3px 4px;
    font-size: 12px;
    color: #000;
	}

.page a:hover{background:#aa0000;color:#fff;border:none;height:18px;line-height:18px;padding:3px 4px;border: 1px solid #aa0000;}

.current {
	padding: 4px 9px;
    height: 18px;
    line-height: 18px;
    background: #aa0000;
    color: #fff;
    font-size: 12px;
	}

/***************global*****************/

.pro{
	padding:0px;
	margin:0px;
	}
	
.pic_box_a {
	width: 273px;
    height: 240px;
    float: left;
    display: block;
    border: 1px #ccc dashed;
    padding: 5px;
    text-align: center;
    line-height: 26px;
    color: #282828;
    font-size: 12px;
    font-family: '微软雅黑';
    margin: 15px 10px;
    overflow: hidden;
	}
	
.pic_box  img{
    width: 273px;
    height: 205px;
    object-fit: cover;
	}
	
.pic_box_a span{
    display: block;
    width: 273px;
    height: 195px;
    background: rgba(170,0,0,0.9);
    color: #FFF;
    line-height: 38px;
    padding-top: 45px;
	}
	
.pic_box_a:hover > span{
	position:relative;
	z-index:9999;
	margin-top:-265px;
	transition:all 0.4s linear 0s;
	}
	
.o_product_thumb{
	width:100%;
	text-align:center;
	}
	
.o_product{
	width: 100%;
    height: 400px;
	}
	
.o_product_img{
	width: 500px;
    float: left;
    height: 400px;
	}
	
.o_product_img a{
	display:block;
	width: 100%;
    height: 100%;
	}
	
.o_product_img a img{
	display: block;
    width: 500px;
    height: 400px;
    object-fit: cover;
	}
	
.o_product_info{
    font-size: 14px;
    line-height: 38px;
    /* background: #523698; */
    width: 390px;
    float: right;
    height: 400px;
	}

.order-content{
    padding: 20px 30px;
    background: #fff;
}

.order-content .order-line{
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 14px;
}
.order-content .order-line:after{
    display: block;
    content: '';
    clear: both;
    height: 0;
    width: 0;
}
.order-content .order-line lable{
    width: 70px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    text-align: right;
}
.order-content .order-line .order-zhi{
    float: left;
    padding: 10px;
    line-height: 30px;
    padding: 0px 10px;
    max-width: 380px;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .order-zhi.noborder{
    border:none;
}
.order-content .order-line  .order-zhi.overword{
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.order-line.bz-line{
    height: auto;
}
.order-content .order-line .beizhu{
    padding: 10px;
    float: left;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .dwid{
    width: 375px;
}
.order-content .order-line img{
    display: inline-block;
    float: left;
    margin-left:15px;
}
.order-content .go-sub{
    margin-left:70px;
    border: none;
    color: #fff;
    background: #0158AD;
    font-size: 14px;
    padding: 8px 28px;
    margin-top:8px;
    border-radius: 5px;
    outline: none;
}
.order-content .go-sub:hover
{
    background: #FE4200;
}
.go_order{
    display: block;
    width: 140px;
    height: 30px;
    line-height: 32px;
    color: white;
    text-align: center;
    background: #aa0000;
    border: 0px;
    cursor: pointer;
    margin-top: 30px;
}
.go_order:hover{
	background:#c30f1b;
}

/*************index&goods**************/

.news{
	margin-left: 0px;
    padding: 0px;
	}
	
.news a{
	display: block;
    height: 130px;
    line-height: 28px;
    border-bottom: 1px #d5d5d5 solid;
    font-size: 13px;
    color: #7a7979;
    margin-bottom: 10px;
    padding: 10px;
	}
	
.news a img{
	display: block;
    float: left;
    width: 210px;
    height: 130px;
    margin-right: 20px;
    object-fit: cover;
	}
	
.news a span{
    display: block;
    color: #030000;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
	}
	
.news a:hover{
	background:#FFF;
	border:1px #aa0000 solid;
	}


/****************news*****************/

.news_title{color:#da020d;text-align:center;line-height:40px;}

.meta{color:#999;text-align:center;line-height:28px;}

/***********news_info**************/

.jobs li{overflow:hidden;margin:23px 18px 28px 28px;padding-bottom:27px;border-bottom:1px dotted #cdcdcd;}

.jobs a{position:relative;top:-150px;background-position:0 -301px;float:right;width:71px;height:34px;color:#fff;text-align:center;line-height:34px;}

.jobs strong{color:#da020d;}

.jobs p{/*margin:6px 0 -134px 156px;*/line-height:35px;}

/***************jobs***************/

.pro_info .rel_center{margin:23px 0 6px;margin-left:-145px;padding:3px;width:290px;height:216px;border:1px solid #dcdcdc;}

.pro_info p{}

.pro_name{display:block;color:#da020d;text-align:center;}

.info_title{
	margin: 20px 0px;
    width: 100%;
    height: 30px;
    background: #ececec;
	}

.info_title b{
	display: inline-block;
    padding-left: 10px;
    height: 100%;
    border-right: 1px solid #fff;
    background: #aa0000;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
	}

.info_title a{margin:8px;width:15px;height:15px;background-position:0 -426px;}

/********goods_info&jobs_info*******/

.order{
    margin: 40px 0 120px 46px;
    line-height: 40px;
    font-size: 14px;
    margin: 0px auto;
	}
.order img{vertical-align:-5px;cursor:pointer;}

.order input{padding:0 3px;}

.order textarea{padding: 3px;}

#submit{width:90px;height:34px;border:none;background-position:0px -366px;color:#fff;cursor:pointer; background:#aa0000;}

/**************order&message********/

#banner{position:relative;height: 300px;overflow:hidden;}

#banner li {float:left;}

.banner .dots li.active {

background: #fff;

opacity: 1;

}

.banner .dots li {

display: inline-block;

width: 10px;

height: 10px;

margin: 0 4px;

text-indent: -999em;

border: 2px solid #fff;

border-radius: 6px;

cursor: pointer;

opacity: .4;

-webkit-transition: background .5s, opacity .5s;

-moz-transition: background .5s, opacity .5s;

transition: background .5s, opacity .5s;

}



/*sitemap*/

.mesmore{margin-top:5px;}

.mesmore:hover{color:#da020d;text-decoration:underline;}



.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}

.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}

.m2{ margin-left:20px; margin-top:20px; line-height:25px;}

.m2 span{ font-size:14px; font-weight:bold;}

.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;}

.m2t ul{}

.m2t ul li{ list-style-type:none; float:left; width:150px;}

.m2t ul li a:hover{ color:red}



.f{ float:right; margin-right:10px; _margin-top:7px;}



/*上一页_下一页*/

#prev_next{
    margin: 20px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    font-size: 12px;
	}

#prev_next li{margin: 5px 0;}


#prev_next li a{ color:#000;}


/*.map dt{float:right;display:inline;border:1px solid #666;margin-top:10px;z-index:101;border-bottom:1px solid #f0f0f0;}

.map dd{position:absolute;z-index:100;top:31px;left:-65px;background:#f0f0f0;border:1px solid #666;width:135px;*width:145px;}

.map ul{padding-left:10px;line-height:25px;overflow:hidden;zoom:1;font-size:12px;}

.map li{float:left;margin:0 5px;}*/

/*2017-7-17 update */
